home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / silence.zip / SILENCE.DOC < prev   
Text File  |  1985-12-31  |  3KB  |  55 lines

  1.  
  2.                  SILENCE
  3.                    Version 1.0
  4.            Copywrite (c) 1985 by Carl Burtner
  5.  
  6. Program Description:
  7.  
  8. SILENCE is a resident addition to DOS that reduces or eliminates most
  9. program sounds.  Beeps are shortened and melodies are reduced to
  10. one short beep followed by a series of clicks.    Some sound effects using
  11. very short duration tones may still sound.  The program functions by
  12. intercepting the system clock tick interrupt.  Once installed (by entering
  13. the command SILENCE), at every tick (18.2 times a second) the speaker is
  14. turned off and timer 2 is set to produce a single click.  The program can
  15. be turned ON (no sound) or OFF (sounds allowed) through the commands
  16. SILENCE ON and SILENCE OFF.  Communication with the installed program
  17. (to turn it ON and OFF) is accomplished through use of the unformatted
  18. data area of the program segment prefix of the installed program.  This
  19. communication can be disrupted by other programs which intercept the
  20. system clock tick (such as a printer spooler).    If communication is not
  21. possible the user is notified.    SILENCE should be compatible with most
  22. programs.  If interference is caused by another resident program, try
  23. switching the order in which the programs are installed.
  24.  
  25. Commands:
  26.  
  27.     SILENCE - Entering SILENCE without parameters installs the resident
  28.           portion of the program and silences the speaker.    As Silence
  29.           is a resident addition to DOS, available memory will be
  30.           decreased by the size of the program (300 bytes).  SILENCE
  31.           checks during installation to see if the resident portion has
  32.           already been installed.  If it has, or if another resident
  33.           program exists which may interfere with the operation of
  34.           SILENCE, the user is given the option to abort or continue
  35.           with the installation.
  36.  
  37.           Installing more than one copy of SILENCE serves no useful
  38.           purpose.    Every copy installed consumes 300 bytes of memory,
  39.           increases clock tick interrupt service overhead, and
  40.           causes the setting of all but the last copy installed to be
  41.           fixed (it can no longer be changed from ON to OFF or OFF to
  42.           ON).
  43.  
  44.  SILENCE ON - Turns SILENCE ON.  Program sounds will no longer be heard.
  45.           Error messages are returned if SILENCE has not been
  46.           installed or if changing the setting is not possible.
  47.  
  48.  
  49. SILENCE OFF - Turns SILENCE OFF.  Program sounds will now be heard.
  50.           Error messages are returned if SILENCE has not been
  51.           installed or if changing the setting is not possible.
  52.  
  53.  
  54.   SILENCE ? - Program information (you're reading it).
  55.